Skip to content

doc: fix dropdown menu being obscured at <600px due to transparency issue#61735

Open
leolightwork wants to merge 1 commit intonodejs:mainfrom
leolightwork:doc-fix-dropdown-zindex
Open

doc: fix dropdown menu being obscured at <600px due to transparency issue#61735
leolightwork wants to merge 1 commit intonodejs:mainfrom
leolightwork:doc-fix-dropdown-zindex

Conversation

@leolightwork
Copy link

@leolightwork leolightwork commented Feb 8, 2026

Fixes: #59282

The documentation header dropdown was being obscured by its parent header
on screens smaller than 600px due to stacking context.

Adjusted z-index values so the dropdown appears above surrounding elements.
Verified locally using Chrome on macOS.

@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/nodejs-website

@nodejs-github-bot nodejs-github-bot added the doc Issues and PRs related to the documentations. label Feb 8, 2026
Copy link
Member

@araujogui araujogui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aduh95 aduh95 added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. labels Feb 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author ready PRs that have at least one approval, no pending requests for changes, and a CI started. commit-queue Add this label to land a pull request using GitHub Actions. doc Issues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Background transparent in docs manu

7 participants